type github.com/jackc/pgx/v5/pgtype.encodePlanHstoreCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L83: 		return encodePlanHstoreCodecText{}
		hstore.go#L118: type encodePlanHstoreCodecText struct{}
		hstore.go#L120: func (encodePlanHstoreCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {